home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / help_jr / nan < prev    next >
Text File  |  1994-02-21  |  239b  |  16 lines

  1. nan:
  2.  
  3. Syntax:    nan ( )
  4.  
  5. Description:
  6.  
  7.     Nan returns a NaN (Not a Number) according to IEEE-754. One
  8.     way to determine if a variable contains a NaN is to test it
  9.     against itself.
  10.  
  11.         NaN == NaN
  12.  
  13.     Should always return FALSE (0).
  14.  
  15. See Also: inf
  16.